home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / demo225.zip / INSTALL.BAT next >
DOS Batch File  |  1992-06-16  |  312b  |  22 lines

  1. @echo off
  2. echo  
  3. echo Installing Searchlight Demo. Please Wait.
  4. echo  
  5. mkdir text >nul
  6. mkdir subs >nul
  7. mkdir menu >nul
  8. main >nul
  9. del main.exe >nul
  10. cd text
  11. ..\text >nul
  12. del ..\text.exe >nul
  13. cd ..\subs
  14. ..\subs >nul
  15. del ..\subs.exe >nul
  16. cd ..\menu
  17. ..\menu >nul
  18. del ..\menu.exe >nul
  19. cd ..
  20. demo
  21.  
  22.